From fe564318b624855d93a703ecfee8f7d4204e6bf2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 May 2021 20:43:29 -0400 Subject: [PATCH] sortlistmodel: Cosmetic docs changes --- gtk/gtksortlistmodel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksortlistmodel.c b/gtk/gtksortlistmodel.c index 43fc43e173..3a1d14fe05 100644 --- a/gtk/gtksortlistmodel.c +++ b/gtk/gtksortlistmodel.c @@ -55,8 +55,8 @@ /** * GtkSortListModel: * - * `GtkSortListModel` is a list model that sorts the elements of - * the underlying model according to a `GtkSorter`. + * A `GListModel` that sorts the elements of an underlying model + * according to a `GtkSorter`. * * The model can be set up to do incremental sorting, so that * sorting long lists doesn't block the UI. See -- 2.30.2